home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / rbbs_pc / mnt_201.zip / EXTERNS.H < prev    next >
Text File  |  1991-12-28  |  3KB  |  78 lines

  1. /****************************************************************************/
  2. /* EXTERNAL references for RBBSMNT v2.01, a maintenance utility for RBBS-PC */
  3. /*╒═════════════════════════════ NOTICE ═══════════════════════════════════╕*/
  4. /*│  A limited license is granted to all users of this program to make     │*/
  5. /*│  copies if this program and distribute those copies to other users     │*/
  6. /*│  on the following three conditions:                                    │*/
  7. /*│                                                                        │*/
  8. /*│    1.   This notice is NOT altered, bypassed or removed,               │*/
  9. /*│    2.   The program is not to be distributed to others in modified     │*/
  10. /*│         form. You may make changes for your own non-commercial use     │*/
  11. /*│    3.   No fee is to be charged (or any other consideration received)  │*/
  12. /*│         for copying or distributing these programs without an express  │*/
  13. /*│         written agreement with J. Terpstra, Bamestra RBBS, PO Box 66,  │*/
  14. /*│         Beemster, The Netherlands.                                     │*/
  15. /*│                                                                        │*/
  16. /*│Copyright (C) 1991, 1992 - Jan Terpstra, Bamestra RBBS, The Netherlands.│*/
  17. /*╘════════════════════════════════════════════════════════════════════════╛*/
  18. /****************************************************************************/
  19.  
  20. extern char *msgfile;
  21. extern char *no_memory;
  22. extern char *usrfile;
  23. extern char logbuf[];
  24. extern char wkf[];
  25. extern char wrkfile[];
  26.  
  27.   /**************************************************************************/
  28.   /* integer data                                                           */
  29.   /**************************************************************************/
  30.  
  31. extern int bads;
  32. extern int deads;
  33. extern int do_clean;
  34. extern int do_renum;
  35. extern int do_usr;
  36. extern int exempt;
  37. extern int first_rec;
  38. extern int high_msg;
  39. extern int lives;
  40. extern int kills;
  41. extern int last_rec;
  42. extern int max_age;
  43. extern int max_msgs;
  44. extern int max_since;
  45. extern int next_rec;
  46. extern int now;
  47. extern int num_users;
  48. extern int pip;
  49. extern int quiet;
  50. extern int use_wrk;
  51. extern int save_em;
  52. extern int fixhdr;
  53.  
  54.   /**************************************************************************/
  55.   /* some default C structures                                              */
  56.   /**************************************************************************/
  57.  
  58. extern struct stat f;
  59. extern struct tm *today;
  60. extern time_t ltime;
  61.  
  62.  
  63.   /**************************************************************************/
  64.   /* custom data                                                            */
  65.   /**************************************************************************/
  66.  
  67. extern MSGINFO *mlist;
  68. extern RBBSHDR hdr;
  69. extern RBBSMSG msg_hdr;
  70. extern RBBSNODE noderec;
  71. extern RBBSUSER *ulist;
  72. extern RBBSUSER urec;
  73. extern char far *hlist;
  74. extern long to_month[];
  75.  
  76. /*--------------------------------------------------------------------------*/
  77.  
  78.